byte array to base64 c#

53

convert array byte to string 64 -

 byte[] temp_backToBytes = Convert.FromBase64String(temp_inBase64);

byte array to base64 c# -

 byte[] temp_backToBytes = Convert.FromBase64String(temp_inBase64);

Comments

Submit
0 Comments